home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / fortune-.tar / fortune- / fortune / util / README.rot < prev    next >
Text File  |  1995-09-30  |  685b  |  14 lines

  1. This is a very simple caesar cipher, rotating alphabetic characters (A-Z
  2. and a-z) by 13.  It's used by the Makefile for the "offensive" fortunes,
  3. since there's no guarantee that 'caesar' is available on a particular
  4. machine; there is no specific target for it otherwise.  Behavior should
  5. be identical to caesar 13, and it's best used as a filter (e.g., cat
  6. filename | rot >newfilename produces a file that's been rot13'd, just as
  7. cat filename | caesar 13 >newfilename does).
  8.  
  9. You shouldn't need this toy, if you have caesar.  If you don't have
  10. caesar, either get it, or copy the binary of rot to a safe place after
  11. making the data files (make cookies).
  12.  
  13. Amy Lewis    alewis@email.unc.edu
  14.